    3 
 
   
<script language="JavaScript">
<!-- Beginning of JavaScript -

// CREDITS:
// Total Text Rotating Script by Urs Dudli and Peter Gehrig 
// Copyright (c) 1999 Peter Gehrig and Urs Dudli. All rights reserved.
// Permission given to use the script provided that this notice remains as is.
// Additional scripts can be found at http://www.24fun.com.
// info@24fun.ch
// 12/27/1999

// IMPORTANT: 
// If you add this script to a script-library or script-archive 
// you have to add a link to http://www.24fun.com on the webpage 
// where the Total Text Rotating Script will be running.

var timer
function initiate() {
    mytext1.Rotate(0,0,10)
    mytext2.Rotate(0,0,-10)
    mytext3.Rotate(0,5,0)
    timer=setTimeout("initiate()",20)
}

// - End of JavaScript - -->
</script>
      
<head>- </head>
    
<body bgcolor=000000 onLoad="initiate()">
   
       
 <body> - </body>
   
<OBJECT ID="mytext1"
CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6"
STYLE="POSITION:absolute;TOP:0px;LEFT:200px;WIDTH:300;HEIGHT:300">
<PARAM NAME="Line0001" VALUE="SetFillColor(0,0,255)">
<PARAM NAME="Line0002" VALUE="SetFont('Verdana',
60, 700, 0, 0, 0)">
<PARAM NAME="Line0003" VALUE="Text('Manayr', 0, 0, 0)">
</OBJECT>

<OBJECT ID="mytext2"
CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6"
STYLE="POSITION:absolute;TOP:0px;LEFT:200px;WIDTH:300;HEIGHT:300;">
<PARAM NAME="Line0001" VALUE="SetFillColor(255,0,0)">
<PARAM NAME="Line0002" VALUE="SetFont('Verdana',
40, 700, 0, 0, 0)">
<PARAM NAME="Line0003" VALUE="Text('Net', 0, 0, 0)">
</OBJECT>

<OBJECT ID="mytext3"
CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6"
STYLE="POSITION:absolute;TOP:0px;LEFT:0px;WIDTH:600;HEIGHT:300;">
<PARAM NAME="Line0001" VALUE="SetFillColor(255,255,255)">
<PARAM NAME="Line0002" VALUE="SetFont('Verdana',
24, 700, 0, 0, 0)">
<PARAM NAME="Line0003" VALUE="Text('welcome to java corner', 0, 0, 0)">
</OBJECT>
<p align="center"><a href="http://www.manayr.net/"><font
color="#FF00FF" size="4"><strong>Manayr.Net</strong></font></a></p>